home *** CD-ROM | disk | FTP | other *** search
- -- card: 38944 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 4755
- -- name:
-
-
- -- part contents for background part 4
- ----- text -----
- Now upon declaring the pointer jack and using new() to allocate it, we send an init() message:
-
- Student *jack;
- jack = new(Student);
- jack->init(); /* C++ provides automated initializers */
-
-
-
- -- part contents for background part 7
- ----- text -----
- 118